(Also rename the other CI contexts to be more consistent)
We pass this right now. I just noticed an instance of this in bwrap, and I think
we should be trying to match the RPM build baseline.
Closes: #765
Approved by: jlebon
- try
required: true
+context: f25-sanitizer
container:
image: projectatomic/ostree-tester
- libasan
env:
- CFLAGS: '-fsanitize=undefined -fsanitize-undefined-trap-on-error -fsanitize=address'
+ CFLAGS: '-fsanitize=undefined -fsanitize-undefined-trap-on-error -fsanitize=address -O2 -Wp,-D_FORTIFY_SOURCE=2'
ASAN_OPTIONS: 'detect_leaks=0' # Right now we're not fully clean, but this gets us use-after-free etc
# TODO when we're doing leak checks: G_SLICE: "always-malloc"
inherit: true
required: true
-context: Clang
+context: f25-clang
env:
CC: 'clang'
inherit: true
required: true
-context: curl-openssl
+context: f25-curl-openssl
packages:
- pkgconfig(libcurl)
-Werror=incompatible-pointer-types \
-Werror=misleading-indentation \
-Werror=missing-include-dirs -Werror=aggregate-return \
+ -Werror=unused-result \
])
AC_SUBST(WARN_CFLAGS)